home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / skin__Copy.xml239 < prev    next >
Text File  |  2008-02-18  |  2KB  |  57 lines

  1. <settings>
  2.     <!-- name colors -->
  3.     <NamedColors>            
  4.         <NamedColor name="StandardFill" color="Black"/>            
  5.     </NamedColors>        
  6.   
  7.     <!-- text style -->
  8.     <TextStyles>
  9.         <TextStyle name="MenuStyle" color="White" size="14"/>
  10.     </TextStyles>
  11.  
  12.     <!-- placements -->
  13.     <Placements>
  14.         <Placement name="MenuButtonOrigin" loc="55,25" withInsetX="75" offset="9" rightShift="true" alpha="200"/>
  15.         <Placement name="SelectedTaskDescription" loc="10,89" alpha="150"/>
  16.         <Placement name="TaskImage" loc="10,25" alpha="90"/>
  17.         <Placement name="CurrentTime" loc="10,4" alpha="150"/>
  18.         <Placement name="InsetRect" loc="7,20" size="53,53"/>
  19.     </Placements>
  20.  
  21.     <!-- Animations -->
  22.     <Animations>
  23.         <Animation name="SwitchScreen" type="FadeThrough" duration="300"/>    
  24.     </Animations>
  25.   
  26.   <!-- Panels -->
  27.   <Panels>
  28.     <Panel name="NowPlaying" enabled="true"/>
  29.   </Panels>
  30.   
  31.     <!-- Composite Images -->    
  32.     <CompositeImages>
  33.         <!--
  34.         <CompositeImage name="TaskImage" size="30,42">
  35.             <DrawRoundedRect loc="2,2" size="96,96" fillColor="Black" borderColor="Transparent" radius="3" borderWidth="0"/>                 
  36.             <DrawImage filename="@taskImage" loc="0,0" size="100,100"/>            
  37.         </CompositeImage>
  38.         -->
  39.  
  40.         <CompositeImage name="SelectedTaskDescription" size="80,10">
  41.             <DrawText text="@description" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
  42.         </CompositeImage>
  43.  
  44.         <CompositeImage name="CurrentTime" size="80,5">
  45.             <DrawText text="@currentTime" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Center" valign="Center"/>
  46.         </CompositeImage>
  47.  
  48.         <CompositeImage name="ButtonNormal" size="24.0,5.0">        
  49.             <DrawText text="@buttonText" loc="7,5" size="100,100" textStyle="MenuStyle" align="Left"/>
  50.         </CompositeImage>
  51.  
  52.         <CompositeImage name="ButtonSelected" size="26.0,5.0">        
  53.             <DrawText text="@buttonText" loc="7,5" size="100,100" textStyle="MenuStyle" align="Left"/>
  54.         </CompositeImage>
  55.  
  56.     </CompositeImages>             
  57. </settings>